home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python151_Src.lha
/
Python1.5_Source
/
Python
/
SMAKEFILE
< prev
next >
Wrap
Text File
|
1998-06-20
|
3KB
|
74 lines
OBJECTS = modsupport.o pythonrun.o errors.o bltinmodule.o \
ceval.o compile.o frozen.o getargs.o \
getcompiler.o getcopyright.o getmtime.o \
getversion.o getplatform.o graminit.o import.o \
importdl.o marshal.o structmember.o sysmodule.o \
traceback.o sigcheck.o hypot.o mystrtoul.o pystate.o
Python.lib: $(OBJECTS)
-delete >NIL: Python.lib
oml Python.lib a <@<
$(OBJECTS)
<
# sigcheck.o: sigcheck.c
# SC sigcheck.c $(COPTS) NOOPTINLINE
#
bltinmodule.o : bltinmodule.c protos/bltinmodule_protos.h /include/mymath.h /include/eval.h /include/compile.h /include/node.h /include/Python.h
ceval.o : ceval.c /include/thread.h /include/opcode.h /include/eval.h /include/frameobject.h /include/compile.h /include/Python.h
SC ceval.c DEFINE=MAX_RECURSION_DEPTH=1000 NOOPTGLOBAL
compile.o : compile.c protos/compile_protos.h /include/structmember.h /include/opcode.h /include/compile.h /include/graminit.h /include/token.h /include/node.h /include/Python.h
errors.o : errors.c /include/Python.h
fmod.o : fmod.c /include/mymath.h /include/config.h
frozen.o : frozen.c /include/Python.h
getargs.o : getargs.c /include/Python.h
getcompiler.o : getcompiler.c /include/Python.h
getcopyright.o : getcopyright.c /include/Python.h
getmtime.o : getmtime.c /include/myproto.h /include/config.h
getplatform.o : getplatform.c
getversion.o : getversion.c /include/patchlevel.h /include/Python.h
graminit.o : graminit.c /include/grammar.h /include/pgenheaders.h
hypot.o : hypot.c /include/mymath.h /include/myproto.h /include/config.h
import.o : import.c protos/import_protos.h importdl.h /include/osdefs.h /include/eval.h /include/compile.h /include/marshal.h /include/errcode.h /include/token.h /include/node.h /include/Python.h
importdl.o : importdl.c importdl.h /include/osdefs.h /include/Python.h
marshal.o : marshal.c protos/marshal_protos2.h protos/marshal_protos.h /include/marshal.h /include/compile.h /include/longintrepr.h /include/Python.h
modsupport.o : modsupport.c /include/Python.h
mystrtoul.o : mystrtoul.c
pyfpe.o : pyfpe.c /include/pyfpe.h /include/config.h
pystate.o : pystate.c /include/Python.h
pythonrun.o : pythonrun.c /include/thread.h /include/marshal.h /include/eval.h /include/compile.h /include/errcode.h /include/parsetok.h /include/node.h /include/grammar.h /include/Python.h
sigcheck.o : sigcheck.c /include/Python.h
structmember.o : structmember.c protos/structmember_protos.h /include/structmember.h /include/Python.h
sysmodule.o : sysmodule.c protos/sysmodule_protos.h /include/osdefs.h /include/Python.h
traceback.o : traceback.c protos/traceback_protos.h /include/osdefs.h /include/structmember.h /include/frameobject.h /include/compile.h /include/Python.h